
@media (min-width: 1200px){
    .home-news-bottom .news-big-info .text span{
        margin: 0;
    }
}

a:hover{
    text-decoration: none;
}
.home-banner-c  .swiper-pagination{
    text-align: center;
}
.home-banner-c .swiper-pagination-bullet{
    width: 100px;
    height: 3px;
    background-color: #707173;
    border-color: #707173;
    border-radius: unset;
}
.home-banner-c .swiper-pagination-bullets{
    bottom: 50px;
}
.home-banner-c  .swiper-pagination-bullet-active{
    background-color: #A6FFE6 ;
    border-color: #A6FFE6 ;
}

.banner-more{
    text-align: left;
    margin-top: 50px;
    /* margin-right: 100px; */
}
.banner-content-text{
    width: 60%;
}
.banner-content-text .btn-tc{   
    padding: 10px 50px 10px 20px;
    border: 1px solid #162141;
    background-color: #162141;
    position: relative;
    font-size: 15px;
}
.banner-content-text .btn-tc:hover{   
    border: 1px solid #213D95;
    background-color: #213D95;
}
.banner-content-text .btn-tc::after{
    position: absolute;
    content: '';
    top: 17px;
    right: 20px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    transition: all 500ms;
}
.banner-content-text .btn-tc:hover::after{
    position: absolute;
    content: '';
    top: 3px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: url(/assets/web4/images/home/banner-btn.png) no-repeat;
    background-size: 100%;
}

.home-new-product{
    /* margin-top: 50px; */
    padding: 110px 0;
    background: url(/assets/web4/images/home/product-bg.jpg) no-repeat;
    background-size: cover;
}
.home-title{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}
.home-line{
    width: 60px;
    height: 5px;
    background-color: #00004e;
    margin-bottom: 50px;
}
.home-title-b{
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}
.home-line-b{
    width: 60px;
    height: 5px;
    background-color: #fff;
    margin-bottom: 50px;
}
.home-new-product{
    height: 600px;
}
.home-new-product .product-item{
    background-color: #fff;
    padding: 30px;
    min-height: 400px;
    border-radius: 10px;
}
/* #product-item1,#product-item2,#product-item3{
    transition: all .7s;
} */
.home-new-product .product-item h4{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 24px;
    color: #333333;
}
.product-item span{
    display: inline-block;
    padding: 5px 15px;
    background-color:#A6FFE6 ;
    color: #00004F;
    border-radius: 5px;
    font-size: 12px;
}
.home-new-product .active .product-content img{
    width: 80%;
}
.home-new-product  .product-content img{
    width: 80%;
}
.home-new-product  .product-content .product-chip{
    text-align: center;
}
.home-new-product  .product-content p{
    font-size: 15px;
    color: #333;
    line-height: 25px;
}

.home-public-a{
    border: 1px solid #777;
    font-size: 15px;
    border-radius: 20px;
    padding: 8px 40px 8px 25px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #777;
}

.home-public-a::after{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #7F7F7F;
    transition: all 500ms;
}

.home-public-a:hover{
    text-decoration: none;
}
.home-public-a:hover::after{
    position: absolute;
    content: '';
    top: 6px;
    right: 7px;
    width: 27px;
    height: 27px;
    background: url(/assets/web4/images/btn-jiantou-h.png) no-repeat;
    background-size: 100%;
}
.home-new-product .product-btn-right{
    position: absolute;
    top: 180px;
    right: -30px;
    cursor: pointer;
}
.home-new-product  .product-btn-left{
    position: absolute;
    top: 180px;
    left: -30px;
    cursor: pointer;
}

.product-content{
    overflow: hidden;
}
.product-list{
    position: relative;
}
.product-list .product-item-c,.product-list .no-active{
    display: none;
}
.product-list .active{
    display: block;
}
/* 应用 */
.home-application{
    min-height: 800px;
    position: relative;
    overflow: hidden;
}
.home-application .home-application-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-application .application-content {
    display: none;
    transition: all 500ms;
}
.home-application .application-content.active{
    display: block;
}
.home-application .top-menu{
    margin:40px 0;
    display: flex;
    color: #fff;
    justify-content: flex-end;
    font-size: 22px;
    z-index: 1;
    position: relative;
}
.home-application .top-menu-item{
    /* width: 18.4%; */
    text-align: right;
    cursor: pointer;
    margin-left:30px ;
}
.home-application .top-menu-item span{
    display: inline-block;
    padding: 20px 20px;
    border-bottom: 1px solid #fff;
}
.home-application .top-menu-item.active span{
    color: #9CFFE2;
    font-weight: 400;
    border-bottom-width: 3px;
    border-image: linear-gradient(to right, #9CFFE2, #9CFFE2 50%, #fff 50%, #fff 100%) 2 2 2 2;
}
.home-application .title h3{
    font-size: 38px;
    color: #fff;
    margin-bottom: 20px;
}
.home-application .title p{
    color: #fff;
    font-size: 22px;
    line-height: 45px;
}
.home-application .info{
    margin-top: 20px;
    border-radius:20px ;
    overflow: hidden;
    background-color: #fff;
}
.home-application .info img{
    width: 100%;
}
.home-application .info .info-desc{
    padding: 20px 40px;
}
.home-application .info .info-desc h4{
    font-size: 22px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    font-weight: 400; 
}
.home-application .info .info-desc p{
    font-size: 15px;
    color: #333;
}

/* 介绍 */
.home-introduce .container{
    display: flex;
    flex-wrap: wrap;
}
.home-introduce a{
    width: 20%;
    text-align: center;
    margin: 30px 0;
}
.home-introduce .introduce-item{
    padding: 20px;
}
.home-introduce .introduce-item img{
    width: 70px;
    height: 70px;
   
}
.home-introduce .introduce-item .image-box:hover{
    animation-name: jump;
  animation-duration: 1s;
}
.home-introduce .introduce-item p{
    font-size:15px ;
    color: #333;
    font-weight: 400;
    margin-top: 20px;
}
/* 新闻 */
.home-news-top{
    background: url(/assets/web4/images/home/news-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-news-top .title h3{
    color: #fff;
    font-size: 38px;
    margin-bottom: 10px;
}
.home-news-top .btn a{
    color: #fff;
    border: 1px solid #fff;
    margin-right: 20px;
    margin-top: 40px;
}
.home-news-top .btn a::after{
    background-color: #fff;
}
.home-news-top .btn a:hover::after{
    background: url(/assets/web4/images/btn-jiantou-b.png) no-repeat;
    background-size: 100%;
}
.home-news-top .news-description .item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.home-news-top .news-description .item img{
    margin-right: 30px;
    width: 45px;
}
.home-news-top .news-description .item .text h4{
    font-size: 38px;
    color: #fff;
    margin-bottom: 10px;
}
.home-news-top .news-description .item .text p{
    font-size: 15px;
    color: #fff;
}
.home-news-bottom .news-content{
    background: #F4F5F7;
}
.home-news-bottom .news-big-info{
    margin-top: -180px;
}
.news-big-info .image-box{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}
.news-big-info .row{
    background-color: #fff;
    border-radius: 20px;
}
.news-big-info .col-md-6{
    padding: 0;
}
.home-news-bottom .news-big-info img{
    width: 100%;
}
.home-news-bottom .news-big-info .text{
    padding: 40px 40px 40px 30px;
    background-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
    height: 360px;
}
.home-news-bottom .news-big-info .text h4{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}
.home-news-bottom .news-big-info .text a:hover{
    color: #00004e;
    text-decoration: none;
    font-weight: 400; 
}
.home-news-bottom .news-big-info .text h3{
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
}
.home-news-bottom .news-big-info .text p{
    font-size: 15px;
    margin-bottom: 20px;
}
.home-news-bottom .news-big-info .text span{
    color: #777;
    margin-bottom: 16px;
    font-size: 15px;
    display: inline-block;
}
.home-news-bottom .news-list{
    margin-top: 80px;
}
.home-news-bottom .news-list .item{
    padding-right: 10px;
    padding-bottom: 80px;
}
.home-news-bottom .news-list .item p{
    display: inline-block;
    padding: 4px 20px 6px 20px;
    background-color: #A3FFE6;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size:12px;
    color: #00004f;
}
.home-news-bottom .news-list .item h3:hover{
    color: #00004e;
}
.home-news-bottom .news-list .item h3{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
}
.home-join{
    position: relative;
}
.home-join .content{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.home-join-bg{
    width: 100%;
}
.home-join .content{
    width: 80%;
    color: #fff;
}
.home-join .content h3{
    font-size: 38px;
    margin-bottom: 36px;
    color: #fff;
    line-height: 48px;
}
.home-join .content p{
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 24px;
}
.home-join .content a{
    color: #fff;
    border-color: #fff;
}
.home-join .content a::after{
    background: #fff;
}
.home-join .content a:hover::after{
    background: url(/assets/web4/images/btn-jiantou-b.png) no-repeat;
    background-size: 100%;
}
.banner-content-top{
    margin-bottom: 20px;
}
.banner-more{
    margin-top: 60px;
}

.search-banner{
    height: 154px;
    font-size: 38px;
    line-height: 160px;
    display: flex;
    justify-content: left;
    position: relative;
    font-weight: 400;
}
.search-banner img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.search-banner .container{
    z-index: 1;
}
.search-input{
    margin: 80px 0 50px 0;
}
.search-input input{
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 40px;
    height: 50px;
}
.search-input .container{
    position: relative;
}
.search-input img{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 23px;
    content: '';
    background: url(/assets/web4/images/public/sreach.png) no-repeat;
    background-size: 100%;
}
.search-select{
    padding-right: 20px;
}
.search-select>h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    padding-bottom: 39px;
    border-bottom: 1px solid #eee;
}
.search-select-span{
    display: flex;
    flex-wrap: wrap;
}
.search-select-span span{
    margin-bottom: 20px;
    padding: 8px 50px 8px 30px;
    position: relative;
    background-color: #F5F5F5;
    color: #7F7F7F;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 30px;
    font-weight: 400;
}

.search-select-span i{
    position: absolute;
    top: 7px;
    right: 20px;
    color: #7F7F7F;
    cursor: pointer;
    font-style: normal;
}
.search-select-span span:nth-child(2){
    margin-right: 0;
}
.search-menu{
    background-color: #F4F5F7;
    padding: 40px 30px;
    border-radius: 20px;
}
.search-menu i{
    font-style: normal;
}
.search-menu .item>p{
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
}
.search-menu .item>p{
    font-weight: 400;
    color: #7F7F7F;
}
.search-menu .item.active>p{
    color: #00004F;
}
.search-menu .item ul {
    padding-left: 30px;
    margin-bottom: 20px;
    display: none;
}
.search-menu .item ul li{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    color: #7F7F7F;
    cursor: pointer;
}
.search-menu .item ul li.active{
    color: #00004F;
}
.search-menu .item ul li p::before{
    position: absolute;
    top: 0px;
    left: -10px;
    content: '-';
    color: #7F7F7F;
}
.search-main{
    margin-bottom: 30px;
}
.search-result-top{
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}
.search-result-top h3{
    font-size: 18px;
    font-weight: 400;
    flex-grow: 2;
}
.search-result-top .select{
    width: 300px;
    color: #777;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    font-size: 16px;
}
.search-list{
    padding: 45px 30px;
    border-radius: 20px;
    border: 1px solid #eee;
}
.search-list .item span{
    color: #777;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 15px;
}
.search-list .item h4{
    font-size: 18px;
    font-weight: 400;
    color: #00004e;
    margin-bottom: 15px;
}
.search-list .item p{
    font-size: 16px;
    color: #555;

}
.search-list .item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.search-list a:last-child .item{
    border-bottom: none;
    margin-bottom: 0;
}
.geehy-page{
    margin-top: 30px;
}

@keyframes jump {
  0% {
    transform: rotateY(0) ;
  }
  50% {
    transform: rotateY(180deg); 
  }
  100% {
    transform: rotateY(0) ; 
  }
}
@media(max-width:1200px){
    .home-news-bottom .news-big-info .text{
        padding: 30px 30px 30px 20px;
        height: 284px;
    }
}


@media(max-width:992px){
    .home-banner-c .swiper-pagination-bullet{
        width: 70px;
    }
    .home-new-product{
        height: auto;
        background: #F6F7F9;
    }
    .home-new-product .active .product-content img{
        width: 60%;
    }
    .home-new-product .product-content img{
        width: 25%;
    }
    .home-new-product .product-item{
        min-height: 290px;
    }
    .home-new-product .product-item h4{
        font-size: 18px;
    }
    .product-content .product-text{
        margin-bottom: 10px;
    }
    .product-item{
        margin-bottom: 30px;
    }
    .home-new-product .product-content a{
        font-size: 12px;
    }
    .home-application{
        min-height: 1030px;
    }
    .home-application .top-menu-item span{
        font-size: 20px;
    }
    .home-application .top-menu-item{
        width: 20%;
    }
    .home-join .content h3{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .home-join .content{
        width: 50%;
    }
}
@media(max-width:768px){
    .news-big-info .image-box{
        padding: 10px;
    }
    .home-banner-c .swiper-pagination-bullet{
        width: 50px;
    }
    .new-main .swiper-pagination-bullet{
        width: 50px;
    }
    .home-new-product{
        height: auto;
        background: #F6F7F9;
    }
    .home-new-product .active .product-content img{
        width: 60%;
    }
    .home-new-product .product-content img{
        width: 60%;
    }
    .home-new-product .product-item h4{
        font-size: 18px;
    }
    .product-content .product-text{
        margin-bottom: 10px;
    }
    .product-item{
        margin-bottom: 10px;
    }
    .home-new-product .product-content a{
        font-size: 12px;
    }
    .home-application{
        padding-bottom: 20px;
    }
    .home-application .top-menu{
        font-size: 16px;
        margin: 20px 0;
    }
    .home-application .top-menu-item{
        width: auto;
        margin-left: 10px;
    }
    .home-application .top-menu-item span{
        padding: 20px 5px;
    }
    .home-application .title h3{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .home-application .title p{
        font-size: 18px;
        line-height: 32px;
    }
    .home-application .info .info-desc h4{
        font-size: 18px;
    }
    .home-application .info .info-desc p{
        font-size: 12px;
    }
    .home-public-a{
        font-size: 12px;
        padding: 5px 20px 5px 10px;
        margin-top: 10px;
    }
    .home-public-a::after{
        width: 5px;
        height: 5px;
        top: 12px;
        right: 10px;
    }
    .home-application{
        min-height: 720px;
    }
    .home-application .info .info-desc{
        padding: 10px 15px;
    }

    .home-introduce .container{

        padding: 20px 0;
    }
    .home-introduce a{
        width: 33%;
        margin: 0;
    }
    .home-introduce .introduce-item img{
        width: 50px;
        height: 50px;
    }
    .home-introduce .introduce-item{
        padding: 10px;
    }
    .home-introduce .introduce-item p{
        font-size: 14px;
        margin-top: 10px;
    }
    .home-news-top{
        min-height: 600px;
    }
    .home-news-top .title h3{
        font-size: 28px;
    }
    .home-news-top .news-description .item{
        margin-bottom: 10px;
    }
    .home-news-top .news-description .item img{
        width: 40px;
    }
    .home-news-top .btn a{
        margin-top: 20px;
    }
    .home-news-top .news-description .item .text h4{
        font-size: 18px;
    }
    .home-news-bottom .news-big-info{
        margin-top: 20px;
    }
    .home-news-bottom .news-big-info .text{
        padding: 15px;
        height: auto;
    }
    .home-news-bottom .news-big-info .text h4{
        font-size: 18px;
    }
    .home-news-bottom .news-big-info .text h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .home-news-bottom .news-big-info .text p{
        font-size: 14px;
    }
    .home-news-bottom .news-big-info .text span{
        font-size: 12px;
    }
    .home-news-bottom .news-list .item p{
        padding: 5px 15px;
        font-size: 12px;
    }
    .home-news-bottom .news-list{
        margin-top: 30px;
    }
    .home-news-bottom .news-list .item{
        padding-bottom: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .home-news-bottom .news-list .item h3{
        font-size: 18px;
        margin-top: 5px;
    }
    .home-join{
        min-height: 130px;
    }
    .home-join .content{
        width: 90%;
        top: 50%;
    }
    .home-join .content h3{
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .home-join .content p{
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        margin-bottom: 10px;
    }
    .home-application .home-application-bg{
        width: 300%;
    }
    .home-public-a:hover::after{
        top: 5px;
        right: 2px;
        width: 18px;
        height: 18px;
    }
    .home-news-top{
        background-size: unset;
    }
    .home-application .top-menu-item span{
        font-size: 14px;
    }
    .home-application .top-menu{
        justify-content: center;
    }
    .home-application .title h3{
        font-size: 24px;
    }
    .application-content .title{
        padding-left: 35px;
    }
    .home-news-top .data{
        margin-top: 30px;
    }
}